Skip to content

Conversation

@me-no-dev
Copy link
Member

@me-no-dev me-no-dev commented Nov 17, 2025

This pull request introduces support for selecting and building against different ESP32P4 chip variants, improving flexibility for board configuration and toolchain compatibility. The changes primarily add a new "Chip Variant" menu option, update build variables to use the selected chip variant, and ensure the correct SDK paths are used during compilation.

Board configuration enhancements:

  • Added a new Chip Variant menu option in boards.txt to allow users to select between different chip variants for ESP32P4 boards.
  • Defined specific chip variant options (prev3 and postv3) for ESP32P4, with corresponding build flags and CPU frequencies.

Build system updates:

  • Introduced the esp32p4.build.chip_variant variable in boards.txt for more precise board configuration.
  • Updated platform.txt to use {build.chip_variant} instead of {build.mcu} for SDK paths, ensuring the correct libraries are used for each variant.
  • Added build.chip_variant={build.mcu} to platform.txt to propagate the chip variant setting through the build process.

Depends on espressif/esp32-arduino-lib-builder#333

@me-no-dev me-no-dev added Status: Review needed Issue or PR is awaiting review Status: Blocked upstream 🛑 PR is waiting on upstream changes to be merged first labels Nov 17, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Nov 17, 2025

Warnings
⚠️

Some issues found for the commit messages in this PR:

  • the commit message "IDF release/v5.5 8d036f2e":
    • summary looks empty
    • type/action looks empty
  • the commit message "add Chip variant to pioarduino-build.py (#12037)":
    • summary looks empty
    • type/action looks empty

Please fix these commit messages - here are some basic tips:

  • follow Conventional Commits style
  • correct format of commit message should be: <type/action>(<scope/component>): <summary>, for example fix(esp32): Fixed startup timeout issue
  • allowed types are: change,ci,docs,feat,fix,refactor,remove,revert,test
  • sufficiently descriptive message summary should be between 10 to 72 characters and start with upper case letter
  • avoid Jira references in commit messages (unavailable/irrelevant for our customers)

TIP: Install pre-commit hooks and run this check when committing (uses the Conventional Precommit Linter).

👋 Hello me-no-dev, we appreciate your contribution to this project!


📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more.

🖊️ Please also make sure you have read and signed the Contributor License Agreement for this project.

Click to see more instructions ...


This automated output is generated by the PR linter DangerJS, which checks if your Pull Request meets the project's requirements and helps you fix potential issues.

DangerJS is triggered with each push event to a Pull Request and modify the contents of this comment.

Please consider the following:
- Danger mainly focuses on the PR structure and formatting and can't understand the meaning behind your code or changes.
- Danger is not a substitute for human code reviews; it's still important to request a code review from your colleagues.
- Resolve all warnings (⚠️ ) before requesting a review from human reviewers - they will appreciate it.
- To manually retry these Danger checks, please navigate to the Actions tab and re-run last Danger workflow.

Review and merge process you can expect ...


We do welcome contributions in the form of bug reports, feature requests and pull requests.

1. An internal issue has been created for the PR, we assign it to the relevant engineer.
2. They review the PR and either approve it or ask you for changes or clarifications.
3. Once the GitHub PR is approved we do the final review, collect approvals from core owners and make sure all the automated tests are passing.
- At this point we may do some adjustments to the proposed change, or extend it by adding tests or documentation.
4. If the change is approved and passes the tests it is merged into the default branch.

Generated by 🚫 dangerJS against a1bc749

* add `chip_variant` to pioarduino-build.py

to support different variants of an MCU (p4 prev3 and postv3)

* Refactor build_mcu and chip_variant assignment logic

* ci(pre-commit): Apply automatic fixes

* Fix chip_variant retrieval with default value

---------

Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
@me-no-dev
Copy link
Member Author

@P-R-O-C-H-Y also removed the CPU freq selection menu, because it makes no sense anymore

Copy link
Member

@P-R-O-C-H-Y P-R-O-C-H-Y left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@me-no-dev me-no-dev requested review from a team and pedrominatel as code owners November 19, 2025 16:28
@github-actions
Copy link
Contributor

github-actions bot commented Nov 19, 2025

Test Results

 76 files   76 suites   19m 29s ⏱️
 38 tests  38 ✅ 0 💤 0 ❌
241 runs  241 ✅ 0 💤 0 ❌

Results for commit a1bc749.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

Memory usage test (comparing PR against master branch)

The table below shows the summary of memory usage change (decrease - increase) in bytes and percentage for each target.

MemoryFLASH [bytes]FLASH [%]RAM [bytes]RAM [%]
TargetDECINCDECINCDECINCDECINC
ESP32C5💚 -3K⚠️ +2034💚 -0.24⚠️ +0.22💚 -160💚 -0.030.00
ESP32P4💚 -4K⚠️ +352💚 -0.46⚠️ +0.04💚 -20⚠️ +64💚 -0.06⚠️ +0.11
ESP32S3💚 -3K⚠️ +1156💚 -0.31⚠️ +0.13💚 -28⚠️ +40💚 -0.05⚠️ +0.09
ESP32S2💚 -3K⚠️ +764💚 -0.30⚠️ +0.10💚 -32⚠️ +40💚 -0.08⚠️ +0.10
ESP32C3💚 -3K⚠️ +1548💚 -0.32⚠️ +0.16💚 -12⚠️ +12💚 -0.03⚠️ +0.04
ESP32C6💚 -4K⚠️ +476💚 -0.39⚠️ +0.05💚 -320💚 -0.080.00
ESP32H2💚 -218⚠️ +344💚 -0.06⚠️ +0.03000.000.00
ESP32💚 -64⚠️ +676💚 -0.02⚠️ +0.07000.000.00
Click to expand the detailed deltas report [usage change in BYTES]
TargetESP32C5ESP32P4ESP32S3ESP32S2ESP32C3ESP32C6ESP32H2ESP32
ExampleFLASHRAMFLASHRAMFLASHRAMFLASHRAMFLASHRAMFLASHRAMFLASHRAMFLASHRAM
libraries/ArduinoOTA/examples/BasicOTA⚠️ +17760💚 -270💚 -4⚠️ +924💚 -4⚠️ +4920⚠️ +1264⚠️ +12⚠️ +2180--⚠️ +6080
libraries/AsyncUDP/examples/AsyncUDPClient⚠️ +19900💚 -2360⚠️ +1136⚠️ +4⚠️ +7000⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/AsyncUDP/examples/AsyncUDPMulticastServer⚠️ +19900💚 -2360⚠️ +1124⚠️ +4⚠️ +6960⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/AsyncUDP/examples/AsyncUDPServer⚠️ +19900💚 -2360⚠️ +1124⚠️ +4⚠️ +7000⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/BLE/examples/Beacon_Scanner⚠️ +6340💚 -2360⚠️ +408💚 -4--⚠️ +730⚠️ +4💚 -3340💚 -2180⚠️ +1640
libraries/BLE/examples/Client⚠️ +6340💚 -2360⚠️ +396💚 -4--⚠️ +726⚠️ +4💚 -3340💚 -2180⚠️ +1640
libraries/BLE/examples/Client_multiconnect⚠️ +6340💚 -2360⚠️ +412💚 -4--⚠️ +730⚠️ +4💚 -3340💚 -2180⚠️ +1600
libraries/BLE/examples/Client_secure_static_passkey⚠️ +6340💚 -2360⚠️ +412💚 -4--⚠️ +726⚠️ +4💚 -3340💚 -2180⚠️ +1640
libraries/BLE/examples/EddystoneTLM_Beacon⚠️ +6340💚 -2360⚠️ +412💚 -4--⚠️ +726⚠️ +4💚 -3340💚 -2180⚠️ +1640
libraries/BLE/examples/EddystoneURL_Beacon⚠️ +6340💚 -2360⚠️ +412💚 -4--⚠️ +726⚠️ +4💚 -3340💚 -2180⚠️ +1520
libraries/BLE/examples/Notify⚠️ +6340💚 -2360⚠️ +396💚 -4--⚠️ +726⚠️ +4💚 -3340💚 -2180⚠️ +1640
libraries/BLE/examples/Scan⚠️ +6340💚 -2360⚠️ +396💚 -4--⚠️ +730⚠️ +4💚 -3340💚 -2180⚠️ +1640
libraries/BLE/examples/Server⚠️ +6340💚 -2360⚠️ +420💚 -4--⚠️ +726⚠️ +4💚 -3340💚 -2180⚠️ +1640
libraries/BLE/examples/Server_multiconnect⚠️ +6340💚 -2360⚠️ +412💚 -4--⚠️ +726⚠️ +4💚 -3340💚 -2180⚠️ +1640
libraries/BLE/examples/Server_secure_authorization⚠️ +6340--⚠️ +396💚 -4--⚠️ +730⚠️ +4💚 -3340💚 -2180--
libraries/BLE/examples/Server_secure_static_passkey⚠️ +6340💚 -2360⚠️ +412💚 -4--⚠️ +726⚠️ +4💚 -3340💚 -2180⚠️ +1640
libraries/BLE/examples/UART⚠️ +6340💚 -2360⚠️ +412💚 -4--⚠️ +726⚠️ +4💚 -3340💚 -2180⚠️ +1640
libraries/BLE/examples/Write⚠️ +6340💚 -2360⚠️ +412💚 -4--⚠️ +726⚠️ +4💚 -3340💚 -2180⚠️ +1640
libraries/BLE/examples/iBeacon⚠️ +6340💚 -2360⚠️ +412💚 -4--⚠️ +726⚠️ +4💚 -3340💚 -2180⚠️ +1640
libraries/DNSServer/examples/CaptivePortal⚠️ +19900💚 -2360⚠️ +1096⚠️ +4⚠️ +7120⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6240
libraries/EEPROM/examples/eeprom_class⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/EEPROM/examples/eeprom_extra⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/EEPROM/examples/eeprom_write⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/AnalogOut/LEDCFade⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/AnalogOut/LEDCGammaFade⚠️ +582000------0000--
libraries/ESP32/examples/AnalogOut/LEDCSingleChannel⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/AnalogOut/LEDCSoftwareFade⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/AnalogOut/SigmaDelta⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/AnalogOut/ledcFrequency⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/AnalogOut/ledcWrite_RGB⚠️ +582000⚠️ +200⚠️ +36000000000
libraries/ESP32/examples/AnalogRead⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/AnalogReadContinuous⚠️ +4940💚 -220💚 -400💚 -1200💚 -840💚 -880💚 -800💚 -640
libraries/ESP32/examples/ArduinoStackSize⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/ArduinoWaitTimeBeforeStartingSketch⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/CI/CIBoardsTest⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/ChipID/GetChipID⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/DeepSleep/TimerWakeUp⚠️ +582000⚠️ +200⚠️ +2000000--00
libraries/ESP32/examples/FreeRTOS/BasicMultiThreading⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/FreeRTOS/Mutex⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/FreeRTOS/Queue⚠️ +582000⚠️ +200⚠️ +2000000⚠️ +10000
libraries/ESP32/examples/FreeRTOS/Semaphore⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/GPIO/BlinkRGB⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/GPIO/FunctionalInterrupt⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/GPIO/FunctionalInterruptLambda⚠️ +582000⚠️ +200⚠️ +24000000000
libraries/ESP32/examples/GPIO/FunctionalInterruptStruct⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/GPIO/GPIOInterrupt⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/HWCDC_Events⚠️ +582000⚠️ +200--000000--
libraries/ESP32/examples/MacAddress/GetMacAddress⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/RMT/Legacy_RMT_Driver_Compatible⚠️ +582000⚠️ +200⚠️ +2000000⚠️ +12000
libraries/ESP32/examples/RMT/RMTCallback⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/RMT/RMTLoopback⚠️ +582000⚠️ +200⚠️ +24000000000
libraries/ESP32/examples/RMT/RMTReadXJT⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/RMT/RMTWrite_RGB_LED⚠️ +582000⚠️ +200⚠️ +24000000000
libraries/ESP32/examples/RMT/RMT_CPUFreq_Test⚠️ +582000⚠️ +200⚠️ +24000000000
libraries/ESP32/examples/RMT/RMT_EndOfTransmissionState⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/RMT/RMT_LED_Blink⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/ResetReason/ResetReason⚠️ +582000⚠️ +200⚠️ +2000000⚠️ +10000
libraries/ESP32/examples/ResetReason/ResetReason2⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/Serial/BaudRateDetect_Demo⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/Serial/OnReceiveError_BREAK_Demo⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/Serial/OnReceive_Demo⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/Serial/RS485_Echo_Demo⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/Serial/RxFIFOFull_Demo⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/Serial/RxTimeout_Demo⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/Serial/Serial_All_CPU_Freqs⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/Serial/Serial_STD_Func_OnReceive⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/Serial/onReceiveExample⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/Template/ExampleTemplate⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/Time/SimpleTime⚠️ +19900💚 -2360⚠️ +1108⚠️ +4⚠️ +7080⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6280
libraries/ESP32/examples/Timer/RepeatTimer⚠️ +582000⚠️ +200⚠️ +24000000000
libraries/ESP32/examples/Timer/WatchdogTimer⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/ESP_I2S/examples/ES8388_loopback⚠️ +5820💚 -180⚠️ +200⚠️ +20000000000
libraries/ESP_I2S/examples/Simple_tone⚠️ +5820💚 -140⚠️ +200⚠️ +20000000000
libraries/ESP_NOW/examples/ESP_NOW_Broadcast_Master⚠️ +19900--⚠️ +1092⚠️ +4⚠️ +7200⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6320
libraries/ESP_NOW/examples/ESP_NOW_Broadcast_Slave⚠️ +19900--⚠️ +1092⚠️ +4⚠️ +7040⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/ESP_NOW/examples/ESP_NOW_Network⚠️ +19900--⚠️ +1092⚠️ +4⚠️ +7200⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6360
libraries/ESP_NOW/examples/ESP_NOW_Serial⚠️ +19900--⚠️ +1092⚠️ +4⚠️ +6760⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6320
libraries/ESPmDNS/examples/mDNS-SD_Extended⚠️ +19900💚 -560⚠️ +1108⚠️ +4⚠️ +6920⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6320
libraries/ESPmDNS/examples/mDNS_Web_Server⚠️ +19900💚 -560⚠️ +1096⚠️ +4⚠️ +6920⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6080
libraries/Ethernet/examples/ETH_W5500_Arduino_SPI⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/Ethernet/examples/ETH_W5500_IDF_SPI⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/Ethernet/examples/ETH_WIFI_BRIDGE⚠️ +19900💚 -2360⚠️ +1104⚠️ +4⚠️ +6920⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/FFat/examples/FFat_Test⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/FFat/examples/FFat_time⚠️ +19900💚 -2360⚠️ +1100⚠️ +4⚠️ +7240⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/HTTPClient/examples/Authorization⚠️ +20340⚠️ +3520⚠️ +1132⚠️ +4⚠️ +7280⚠️ +1522⚠️ +12⚠️ +4760--⚠️ +6440
libraries/HTTPClient/examples/BasicHttpClient⚠️ +20340⚠️ +3520⚠️ +1132⚠️ +4⚠️ +7280⚠️ +1522⚠️ +12⚠️ +4760--⚠️ +6440
libraries/HTTPClient/examples/BasicHttpsClient⚠️ +20340⚠️ +3520⚠️ +1144⚠️ +4⚠️ +7360⚠️ +1522⚠️ +12⚠️ +4760--⚠️ +6440
libraries/HTTPClient/examples/CustomHeaders⚠️ +20340⚠️ +3520⚠️ +1140⚠️ +4⚠️ +7600⚠️ +1522⚠️ +12⚠️ +4760--⚠️ +6440
libraries/HTTPClient/examples/HTTPClientEnterprise⚠️ +20340--⚠️ +1156⚠️ +4⚠️ +7320⚠️ +1522⚠️ +12⚠️ +4760--⚠️ +6440
libraries/HTTPClient/examples/ReuseConnection⚠️ +20340⚠️ +3520⚠️ +1136⚠️ +4⚠️ +7280⚠️ +1522⚠️ +12⚠️ +4760--⚠️ +6440
libraries/HTTPClient/examples/StreamHttpClient⚠️ +20340⚠️ +3520⚠️ +1136⚠️ +4⚠️ +7280⚠️ +1522⚠️ +12⚠️ +4760--⚠️ +6440
libraries/HTTPUpdate/examples/httpUpdate⚠️ +17760💚 -450💚 -4⚠️ +904⚠️ +4⚠️ +5280⚠️ +1264⚠️ +12⚠️ +2180--⚠️ +6200
libraries/HTTPUpdate/examples/httpUpdateSPIFFS⚠️ +17760💚 -450💚 -4⚠️ +920⚠️ +4⚠️ +5280⚠️ +1264⚠️ +12⚠️ +2180--⚠️ +6200
libraries/HTTPUpdate/examples/httpUpdateSecure⚠️ +18200⚠️ +138💚 -4⚠️ +940💚 -4⚠️ +5400⚠️ +1308⚠️ +4⚠️ +2620--⚠️ +6480
libraries/HTTPUpdateServer/examples/WebUpdater⚠️ +17760💚 -270💚 -4⚠️ +908💚 -4⚠️ +5080⚠️ +1264⚠️ +12⚠️ +2180--⚠️ +6160
libraries/Hash/examples/HEX⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/Hash/examples/MD5⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/Hash/examples/PBKDF2_HMAC⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/Hash/examples/SHA1⚠️ +582000⚠️ +200⚠️ +36000000000
libraries/Hash/examples/SHA2⚠️ +582000⚠️ +200⚠️ +28000000000
libraries/Hash/examples/SHA3⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/Hash/examples/SHA3Stream⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/Insights/examples/DiagnosticsSmokeTest💚 -3K💚 -16--💚 -3K💚 -12💚 -3K💚 -32💚 -3K💚 -12💚 -4K💚 -16--⚠️ +6600
libraries/Insights/examples/MinimalDiagnostics💚 -3K💚 -16--💚 -3K💚 -12💚 -3K💚 -32💚 -3K💚 -12💚 -4K💚 -16--⚠️ +6560
libraries/LittleFS/examples/LITTLEFS_test⚠️ +582000⚠️ +200⚠️ +16000000000
libraries/LittleFS/examples/LITTLEFS_time⚠️ +19900💚 -2360⚠️ +1104⚠️ +4⚠️ +7360⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6200
libraries/Matter/examples/MatterColorLight⚠️ +11920--⚠️ +1092⚠️ +12⚠️ +6920⚠️ +1540⚠️ +4⚠️ +4760⚠️ +3400⚠️ +6160
libraries/Matter/examples/MatterCommissionTest⚠️ +11880--⚠️ +1120💚 -4⚠️ +6920⚠️ +1532⚠️ +4⚠️ +4760⚠️ +3400⚠️ +5600
libraries/Matter/examples/MatterComposedLights⚠️ +11960--⚠️ +1100⚠️ +12⚠️ +7320⚠️ +1540⚠️ +4⚠️ +4760⚠️ +3400⚠️ +6080
libraries/Matter/examples/MatterContactSensor⚠️ +11880--⚠️ +1092⚠️ +12⚠️ +6840⚠️ +1548⚠️ +4⚠️ +4760⚠️ +3400⚠️ +6320
libraries/Matter/examples/MatterDimmableLight⚠️ +11880--⚠️ +1092⚠️ +12⚠️ +7000⚠️ +1532⚠️ +4⚠️ +4760⚠️ +3400⚠️ +6160
libraries/Matter/examples/MatterEnhancedColorLight⚠️ +11880--⚠️ +1144⚠️ +12⚠️ +7000⚠️ +1532⚠️ +4⚠️ +4760⚠️ +3400⚠️ +6080
libraries/Matter/examples/MatterEvents⚠️ +11880--⚠️ +1076💚 -4⚠️ +6920⚠️ +1532⚠️ +4⚠️ +4760⚠️ +3440⚠️ +6120
libraries/Matter/examples/MatterFan⚠️ +11880--⚠️ +1108⚠️ +12⚠️ +7000⚠️ +1532⚠️ +4⚠️ +4760⚠️ +3400⚠️ +6120
libraries/Matter/examples/MatterHumiditySensor⚠️ +11880--⚠️ +1108⚠️ +12⚠️ +7000⚠️ +1532⚠️ +4⚠️ +4760⚠️ +3400⚠️ +6440
libraries/Matter/examples/MatterLambdaSingleCallbackManyEPs⚠️ +11880--⚠️ +1112⚠️ +12⚠️ +7000⚠️ +1532⚠️ +4⚠️ +4760⚠️ +3400⚠️ +6080
libraries/Matter/examples/MatterMinimum⚠️ +11880--⚠️ +1124⚠️ +12⚠️ +6880⚠️ +1532⚠️ +4⚠️ +4760⚠️ +3440⚠️ +6080
libraries/Matter/examples/MatterOccupancySensor⚠️ +11880--⚠️ +1108⚠️ +12⚠️ +7040⚠️ +1532⚠️ +4⚠️ +4760⚠️ +3400⚠️ +5920
libraries/Matter/examples/MatterOnIdentify⚠️ +11880--⚠️ +1120⚠️ +12⚠️ +6880⚠️ +1536⚠️ +4⚠️ +4760⚠️ +3440⚠️ +6280
libraries/Matter/examples/MatterOnOffLight⚠️ +11880--⚠️ +1120⚠️ +12⚠️ +6880⚠️ +1536⚠️ +4⚠️ +4760⚠️ +3440⚠️ +6200
libraries/Matter/examples/MatterOnOffPlugin⚠️ +11880--⚠️ +1136⚠️ +12⚠️ +6880⚠️ +1536⚠️ +4⚠️ +4760⚠️ +3440⚠️ +6200
libraries/Matter/examples/MatterPressureSensor⚠️ +11880--⚠️ +1108⚠️ +12⚠️ +7000⚠️ +1532⚠️ +4⚠️ +4760⚠️ +3400⚠️ +6280
libraries/Matter/examples/MatterSmartButton⚠️ +11960--⚠️ +1136⚠️ +12⚠️ +7000⚠️ +1532⚠️ +4⚠️ +4760⚠️ +3400⚠️ +5640
libraries/Matter/examples/MatterTemperatureLight⚠️ +12000--⚠️ +1124⚠️ +12⚠️ +6960⚠️ +1540⚠️ +4⚠️ +4760⚠️ +3440⚠️ +6200
libraries/Matter/examples/MatterTemperatureSensor⚠️ +11880--⚠️ +1124⚠️ +12⚠️ +7000⚠️ +1532⚠️ +4⚠️ +4760⚠️ +3400⚠️ +6280
libraries/Matter/examples/MatterThermostat⚠️ +12000--⚠️ +1092⚠️ +12⚠️ +7000⚠️ +1532⚠️ +4⚠️ +4760⚠️ +3400⚠️ +6160
libraries/NetBIOS/examples/ESP_NBNST⚠️ +19900💚 -2360⚠️ +1124⚠️ +4⚠️ +6920⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/NetworkClientSecure/examples/WiFiClientInsecure⚠️ +20340⚠️ +3520⚠️ +1128⚠️ +4⚠️ +7640⚠️ +1522⚠️ +12⚠️ +4760--⚠️ +6600
libraries/NetworkClientSecure/examples/WiFiClientPSK⚠️ +20340⚠️ +3520⚠️ +1128⚠️ +4⚠️ +7640⚠️ +1522⚠️ +12⚠️ +4760--⚠️ +6520
libraries/NetworkClientSecure/examples/WiFiClientSecure⚠️ +20340⚠️ +3520⚠️ +1128⚠️ +4⚠️ +7640⚠️ +1522⚠️ +12⚠️ +4760--⚠️ +6760
libraries/NetworkClientSecure/examples/WiFiClientSecureEnterprise⚠️ +20340--⚠️ +1152⚠️ +4⚠️ +7440⚠️ +1522⚠️ +12⚠️ +4760--⚠️ +6480
libraries/NetworkClientSecure/examples/WiFiClientSecureProtocolUpgrade⚠️ +20340⚠️ +3520⚠️ +1128⚠️ +4⚠️ +7400⚠️ +1522⚠️ +12⚠️ +4760--⚠️ +6520
libraries/NetworkClientSecure/examples/WiFiClientShowPeerCredentials⚠️ +20340⚠️ +3520⚠️ +1140⚠️ +4⚠️ +7400⚠️ +1522⚠️ +12⚠️ +4760--⚠️ +6640
libraries/NetworkClientSecure/examples/WiFiClientTrustOnFirstUse⚠️ +20340⚠️ +3520⚠️ +1136⚠️ +4⚠️ +7280⚠️ +1522⚠️ +12⚠️ +4760--⚠️ +6520
libraries/OpenThread/examples/CLI/COAP/coap_lamp⚠️ +11880--------⚠️ +2240⚠️ +3400--
libraries/OpenThread/examples/CLI/COAP/coap_switch⚠️ +11880--------⚠️ +2240⚠️ +3400--
libraries/OpenThread/examples/CLI/SimpleCLI⚠️ +11880--------⚠️ +2240⚠️ +3400--
libraries/OpenThread/examples/CLI/SimpleNode⚠️ +11880--------⚠️ +2240⚠️ +3400--
libraries/OpenThread/examples/CLI/SimpleThreadNetwork/ExtendedRouterNode⚠️ +11880--------⚠️ +2240⚠️ +3400--
libraries/OpenThread/examples/CLI/SimpleThreadNetwork/LeaderNode⚠️ +11880--------⚠️ +2240⚠️ +3400--
libraries/OpenThread/examples/CLI/SimpleThreadNetwork/RouterNode⚠️ +11880--------⚠️ +2240⚠️ +3400--
libraries/OpenThread/examples/CLI/ThreadScan⚠️ +11880--------⚠️ +2240⚠️ +3400--
libraries/OpenThread/examples/CLI/onReceive⚠️ +11880--------⚠️ +2240⚠️ +3400--
libraries/OpenThread/examples/Native/SimpleThreadNetwork/LeaderNode⚠️ +11880--------⚠️ +2240⚠️ +3400--
libraries/OpenThread/examples/Native/SimpleThreadNetwork/RouterNode⚠️ +11880--------⚠️ +2240⚠️ +3400--
libraries/PPP/examples/PPP_Basic⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/PPP/examples/PPP_WIFI_BRIDGE⚠️ +19900💚 -2360⚠️ +1116⚠️ +20⚠️ +7000⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/Preferences/examples/Prefs2Struct⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/Preferences/examples/StartCounter⚠️ +582000⚠️ +200⚠️ +28000000000
libraries/RainMaker/examples/RMakerCustom💚 -3K💚 -16--💚 -3K💚 -28💚 -3K💚 -32💚 -3K💚 -12💚 -4K💚 -32----
libraries/RainMaker/examples/RMakerCustomAirCooler💚 -3K💚 -16--💚 -3K💚 -28💚 -3K💚 -16💚 -3K💚 -12💚 -4K💚 -32----
libraries/RainMaker/examples/RMakerSonoffDualR3💚 -3K💚 -16--💚 -3K💚 -28💚 -3K💚 -16💚 -3K💚 -12💚 -4K💚 -32----
libraries/RainMaker/examples/RMakerSwitch💚 -3K💚 -16--💚 -3K💚 -28💚 -3K💚 -16💚 -3K💚 -12💚 -4K💚 -32----
libraries/SD/examples/SD_Test⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/SD/examples/SD_time⚠️ +19900💚 -2360⚠️ +1104⚠️ +4⚠️ +7120⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6280
libraries/SPI/examples/SPI_Multiple_Buses⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/SPIFFS/examples/SPIFFS_Test⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/SPIFFS/examples/SPIFFS_time⚠️ +19900💚 -2360⚠️ +1128⚠️ +4⚠️ +7080⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/TFLiteMicro/examples/hello_world⚠️ +6160⚠️ +260⚠️ +880⚠️ +840⚠️ +340⚠️ +340⚠️ +420⚠️ +760
libraries/Ticker/examples/Blinker⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/Ticker/examples/TickerBasic⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/Ticker/examples/TickerParameter⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/Update/examples/AWS_S3_OTA_Update⚠️ +17760💚 -450💚 -4⚠️ +904💚 -4⚠️ +5200⚠️ +1264⚠️ +12⚠️ +2180--⚠️ +6240
libraries/Update/examples/HTTPS_OTA_Update💚 -3K💚 -16💚 -4K💚 -20💚 -3K💚 -20💚 -3K💚 -16💚 -3K💚 -12💚 -4K💚 -32--⚠️ +6640
libraries/Update/examples/HTTP_Client_AES_OTA_Update⚠️ +17760💚 -450💚 -4⚠️ +928⚠️ +4⚠️ +5000⚠️ +1264⚠️ +12⚠️ +2180--⚠️ +6160
libraries/Update/examples/HTTP_Server_AES_OTA_Update⚠️ +17760💚 -270💚 -4⚠️ +912💚 -4⚠️ +5000⚠️ +1264⚠️ +12⚠️ +2180--⚠️ +6080
libraries/Update/examples/OTAWebUpdater⚠️ +17760💚 -270💚 -4⚠️ +932⚠️ +12⚠️ +4960⚠️ +1264⚠️ +12⚠️ +2180--⚠️ +6120
libraries/Update/examples/SD_Update⚠️ +6560💚 -222💚 -4💚 -1880💚 -1760💚 -2140💚 -2140💚 -206000
libraries/WebServer/examples/AdvancedWebServer⚠️ +19900💚 -560⚠️ +1124⚠️ +4⚠️ +7240⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6240
libraries/WebServer/examples/ChunkWriting⚠️ +19900💚 -560⚠️ +1124⚠️ +4⚠️ +7240⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6120
libraries/WebServer/examples/FSBrowser⚠️ +19900💚 -560⚠️ +1100⚠️ +4⚠️ +6920⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6120
libraries/WebServer/examples/Filters⚠️ +19900💚 -560⚠️ +1116⚠️ +4⚠️ +6920⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6240
libraries/WebServer/examples/HelloServer⚠️ +19900💚 -560⚠️ +1124⚠️ +4⚠️ +7200⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6200
libraries/WebServer/examples/HttpAdvancedAuth⚠️ +17760💚 -270💚 -4⚠️ +924💚 -4⚠️ +4880⚠️ +1264⚠️ +12⚠️ +2180--⚠️ +6080
libraries/WebServer/examples/HttpAuthCallback⚠️ +17760💚 -270💚 -4⚠️ +932💚 -4⚠️ +4960⚠️ +1264⚠️ +12⚠️ +2180--⚠️ +6120
libraries/WebServer/examples/HttpAuthCallbackInline⚠️ +17760💚 -270💚 -4⚠️ +932💚 -4⚠️ +4880⚠️ +1264⚠️ +12⚠️ +2180--⚠️ +6080
libraries/WebServer/examples/HttpBasicAuth⚠️ +17760💚 -270💚 -4⚠️ +924💚 -4⚠️ +4880⚠️ +1264⚠️ +12⚠️ +2180--⚠️ +6080
libraries/WebServer/examples/HttpBasicAuthSHA1⚠️ +17760💚 -270💚 -4⚠️ +908💚 -4⚠️ +5000⚠️ +1264⚠️ +12⚠️ +2180--⚠️ +6320
libraries/WebServer/examples/HttpBasicAuthSHA1orBearerToken⚠️ +17760💚 -270💚 -4⚠️ +908💚 -4⚠️ +4840⚠️ +1264⚠️ +12⚠️ +2180--⚠️ +6320
libraries/WebServer/examples/Middleware⚠️ +19900--⚠️ +1128⚠️ +4⚠️ +7200⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/WebServer/examples/MultiHomedServers⚠️ +19900💚 -560⚠️ +1120⚠️ +4⚠️ +7040⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6320
libraries/WebServer/examples/PathArgServer⚠️ +19900💚 -560⚠️ +1156⚠️ +4⚠️ +6960⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6520
libraries/WebServer/examples/SDWebServer⚠️ +19900💚 -560⚠️ +1096⚠️ +4⚠️ +6840⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6240
libraries/WebServer/examples/SimpleAuthentification⚠️ +19900💚 -2360⚠️ +1104⚠️ +4⚠️ +7160⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/WebServer/examples/UploadHugeFile⚠️ +19900💚 -2360⚠️ +1144⚠️ +4⚠️ +7400⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6560
libraries/WebServer/examples/WebServer⚠️ +19900💚 -2360⚠️ +1108⚠️ +4⚠️ +6960⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6200
libraries/WebServer/examples/WebUpdate⚠️ +17760💚 -270💚 -4⚠️ +896💚 -4⚠️ +5000⚠️ +1264⚠️ +12⚠️ +2180--⚠️ +6240
libraries/WiFi/examples/FTM/FTM_Initiator⚠️ +19900💚 -2360⚠️ +1140⚠️ +4⚠️ +6960⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6240
libraries/WiFi/examples/FTM/FTM_Responder⚠️ +19900💚 -2360⚠️ +1104⚠️ +4⚠️ +7000⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6280
libraries/WiFi/examples/SimpleWiFiServer⚠️ +19900💚 -2360⚠️ +1096⚠️ +4⚠️ +7080⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/WiFi/examples/WPS⚠️ +19900--⚠️ +1132⚠️ +4⚠️ +6960⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6360
libraries/WiFi/examples/WiFiAccessPoint⚠️ +19900💚 -2360⚠️ +1096⚠️ +4⚠️ +7080⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/WiFi/examples/WiFiBlueToothSwitch⚠️ +19900--⚠️ +1100💚 -4--⚠️ +1532⚠️ +4⚠️ +4320--⚠️ +6160
libraries/WiFi/examples/WiFiClient⚠️ +19900💚 -2360⚠️ +1100⚠️ +4⚠️ +6960⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6400
libraries/WiFi/examples/WiFiClientBasic⚠️ +19900💚 -2360⚠️ +1100⚠️ +4⚠️ +6800⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6360
libraries/WiFi/examples/WiFiClientConnect⚠️ +19900💚 -2360⚠️ +1112⚠️ +4⚠️ +7080⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/WiFi/examples/WiFiClientEnterprise⚠️ +20340--⚠️ +1136⚠️ +4⚠️ +7400⚠️ +1522⚠️ +12⚠️ +4760--⚠️ +6480
libraries/WiFi/examples/WiFiClientEvents⚠️ +19900💚 -2360⚠️ +1092⚠️ +4⚠️ +6960⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/WiFi/examples/WiFiClientStaticIP⚠️ +19900💚 -2360⚠️ +1100⚠️ +4⚠️ +6920⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6400
libraries/WiFi/examples/WiFiExtender⚠️ +19900💚 -2360⚠️ +1140⚠️ +4⚠️ +6960⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/WiFi/examples/WiFiIPv6⚠️ +19900💚 -2360⚠️ +1104⚠️ +4⚠️ +6960⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6320
libraries/WiFi/examples/WiFiMulti⚠️ +19900💚 -2360⚠️ +1112⚠️ +4⚠️ +7080⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/WiFi/examples/WiFiMultiAdvanced⚠️ +20340⚠️ +3520⚠️ +1136⚠️ +4⚠️ +7280⚠️ +1522⚠️ +12⚠️ +4760--⚠️ +6440
libraries/WiFi/examples/WiFiScan⚠️ +19900💚 -2360⚠️ +1108⚠️ +4⚠️ +7000⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6240
libraries/WiFi/examples/WiFiScanAsync⚠️ +19900💚 -2360⚠️ +1108⚠️ +4⚠️ +7000⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6240
libraries/WiFi/examples/WiFiScanDualAntenna⚠️ +19900💚 -2360⚠️ +1104⚠️ +4⚠️ +6960⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/WiFi/examples/WiFiScanTime⚠️ +19900💚 -2360⚠️ +1108⚠️ +4⚠️ +7000⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6240
libraries/WiFi/examples/WiFiSmartConfig⚠️ +19900--⚠️ +1124⚠️ +4⚠️ +6960⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/WiFi/examples/WiFiTelnetToSerial⚠️ +19900💚 -2360⚠️ +1096⚠️ +4⚠️ +6960⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/WiFi/examples/WiFiUDPClient⚠️ +19900💚 -2360⚠️ +1108⚠️ +4⚠️ +7160⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6360
libraries/WiFiProv/examples/WiFiProv⚠️ +19880--⚠️ +1128💚 -4⚠️ +7000⚠️ +1532⚠️ +4⚠️ +4320--⚠️ +6080
libraries/Wire/examples/WireMaster⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/Wire/examples/WireScan⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/Wire/examples/WireSlave⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/Wire/examples/WireSlaveFunctionalCallback⚠️ +582000⚠️ +200⚠️ +20000000000
libraries/Zigbee/examples/Zigbee_Analog_Input_Output⚠️ +5780--⚠️ +200⚠️ +20000💚 -10800000
libraries/Zigbee/examples/Zigbee_Binary_Input_Output⚠️ +5780--------💚 -108000--
libraries/Zigbee/examples/Zigbee_CarbonDioxide_Sensor⚠️ +5780--------💚 -108000--
libraries/Zigbee/examples/Zigbee_Color_Dimmable_Light⚠️ +5780--------💚 -108000--
libraries/Zigbee/examples/Zigbee_Color_Dimmer_Switch⚠️ +5780--⚠️ +200⚠️ +20000💚 -10800000
libraries/Zigbee/examples/Zigbee_Contact_Switch⚠️ +5780--------💚 -108000--
libraries/Zigbee/examples/Zigbee_Dimmable_Light⚠️ +5780--------💚 -108000--
libraries/Zigbee/examples/Zigbee_Electrical_AC_Sensor⚠️ +5780--⚠️ +200⚠️ +20000💚 -10800000
libraries/Zigbee/examples/Zigbee_Electrical_AC_Sensor_MultiPhase⚠️ +5780--⚠️ +200⚠️ +20000💚 -10800000
libraries/Zigbee/examples/Zigbee_Electrical_DC_Sensor⚠️ +5780--------💚 -108000--
libraries/Zigbee/examples/Zigbee_Fan_Control⚠️ +5780--⚠️ +200⚠️ +20000💚 -10800000
libraries/Zigbee/examples/Zigbee_Gateway⚠️ +19860--⚠️ +1148⚠️ +4⚠️ +7080⚠️ +1482⚠️ +12----⚠️ +6160
libraries/Zigbee/examples/Zigbee_Illuminance_Sensor⚠️ +5780--------💚 -108000--
libraries/Zigbee/examples/Zigbee_Multistate_Input_Output⚠️ +5780--⚠️ +200⚠️ +20000💚 -10800000
libraries/Zigbee/examples/Zigbee_OTA_Client⚠️ +5780--------💚 -108000--
libraries/Zigbee/examples/Zigbee_Occupancy_Sensor⚠️ +5780--------💚 -108000--
libraries/Zigbee/examples/Zigbee_On_Off_Light⚠️ +5780--------💚 -108000--
libraries/Zigbee/examples/Zigbee_On_Off_MultiSwitch⚠️ +5780--⚠️ +200⚠️ +20000💚 -10800000
libraries/Zigbee/examples/Zigbee_On_Off_Switch⚠️ +5780--⚠️ +200⚠️ +20000💚 -10800000
libraries/Zigbee/examples/Zigbee_PM25_Sensor⚠️ +5780--------💚 -108000--
libraries/Zigbee/examples/Zigbee_Power_Outlet⚠️ +5780--⚠️ +200⚠️ +20000💚 -10800000
libraries/Zigbee/examples/Zigbee_Pressure_Flow_Sensor⚠️ +5780--------💚 -108000--
libraries/Zigbee/examples/Zigbee_Range_Extender⚠️ +5780--⚠️ +200⚠️ +20000💚 -10800000
libraries/Zigbee/examples/Zigbee_Scan_Networks⚠️ +5780--------💚 -108000--
libraries/Zigbee/examples/Zigbee_Temp_Hum_Sensor_Sleepy⚠️ +5780--------💚 -108000--
libraries/Zigbee/examples/Zigbee_Temperature_Sensor⚠️ +5780--------💚 -108000--
libraries/Zigbee/examples/Zigbee_Thermostat⚠️ +5780--⚠️ +200⚠️ +20000💚 -10800000
libraries/Zigbee/examples/Zigbee_Vibration_Sensor⚠️ +5780--------💚 -108000--
libraries/Zigbee/examples/Zigbee_Wind_Speed_Sensor⚠️ +5780--------💚 -108000--
libraries/Zigbee/examples/Zigbee_Window_Covering⚠️ +5780--------💚 -108000--
tests/validation/periman----------------
libraries/ESP32/examples/DeepSleep/TouchWakeUp--00⚠️ +200⚠️ +200------00
libraries/ESP32/examples/TWAI/TWAIreceive--00⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/TWAI/TWAItransmit--00⚠️ +200⚠️ +24000000000
libraries/ESP32/examples/Touch/TouchButton--00⚠️ +200⚠️ +200------00
libraries/ESP32/examples/Touch/TouchInterrupt--00⚠️ +200⚠️ +200------00
libraries/ESP32/examples/Touch/TouchRead--00⚠️ +200⚠️ +200------00
libraries/ESP_I2S/examples/Record_to_WAV--💚 -140⚠️ +200--------00
libraries/ESP_SR/examples/Basic--💚 -160⚠️ +200----------
libraries/Ethernet/examples/ETH_TLK110--00----------00
libraries/SD_MMC/examples/SD2USBMSC--💚 -582⚠️ +64💚 -168⚠️ +40----------
libraries/SD_MMC/examples/SDMMC_Test--00⚠️ +200--------00
libraries/SD_MMC/examples/SDMMC_time--💚 -2360⚠️ +1096⚠️ +4--------⚠️ +6160
libraries/USB/examples/CompositeDevice--💚 -136⚠️ +64⚠️ +268⚠️ +40⚠️ +288⚠️ +40--------
libraries/USB/examples/ConsumerControl--💚 -550⚠️ +64💚 -152⚠️ +40💚 -128⚠️ +40--------
libraries/USB/examples/CustomHIDDevice--💚 -550⚠️ +64💚 -152⚠️ +40💚 -152⚠️ +40--------
libraries/USB/examples/FirmwareMSC--💚 -582⚠️ +64💚 -172⚠️ +40💚 -188⚠️ +40--------
libraries/USB/examples/Gamepad--💚 -550⚠️ +64💚 -152⚠️ +40💚 -144⚠️ +40--------
libraries/USB/examples/HIDVendor--💚 -550⚠️ +64💚 -152⚠️ +40💚 -132⚠️ +40--------
libraries/USB/examples/Keyboard/KeyboardLogout--💚 -550⚠️ +64💚 -152⚠️ +40💚 -128⚠️ +40--------
libraries/USB/examples/Keyboard/KeyboardMessage--💚 -550⚠️ +64💚 -152⚠️ +40💚 -128⚠️ +40--------
libraries/USB/examples/Keyboard/KeyboardReprogram--💚 -550⚠️ +64💚 -152⚠️ +40💚 -128⚠️ +40--------
libraries/USB/examples/Keyboard/KeyboardSerial--💚 -550⚠️ +64💚 -152⚠️ +40💚 -128⚠️ +40--------
libraries/USB/examples/KeyboardAndMouseControl--💚 -550⚠️ +64💚 -152⚠️ +40💚 -128⚠️ +40--------
libraries/USB/examples/MIDI/MidiController--💚 -244⚠️ +64⚠️ +88⚠️ +40⚠️ +112⚠️ +40--------
libraries/USB/examples/MIDI/MidiInterface--💚 -208⚠️ +64⚠️ +100⚠️ +40⚠️ +124⚠️ +40--------
libraries/USB/examples/MIDI/MidiMusicBox--💚 -250⚠️ +64⚠️ +84⚠️ +40⚠️ +108⚠️ +40--------
libraries/USB/examples/MIDI/ReceiveMidi--💚 -538⚠️ +64💚 -176⚠️ +40💚 -152⚠️ +40--------
libraries/USB/examples/Mouse/ButtonMouseControl--💚 -550⚠️ +64💚 -152⚠️ +40💚 -128⚠️ +40--------
libraries/USB/examples/SystemControl--💚 -550⚠️ +64💚 -152⚠️ +40💚 -128⚠️ +40--------
libraries/USB/examples/USBMSC--💚 -582⚠️ +64💚 -172⚠️ +40💚 -148⚠️ +40--------
libraries/USB/examples/USBSerial--💚 -136⚠️ +64⚠️ +288⚠️ +40⚠️ +312⚠️ +40--------
libraries/USB/examples/USBVendor--💚 -582⚠️ +64💚 -196⚠️ +40💚 -172⚠️ +40--------
libraries/ESP32/examples/Camera/CameraWebServer----⚠️ +1128⚠️ +16⚠️ +6960------⚠️ +6280
ESP32/examples/Camera/CameraWebServer (2)----⚠️ +1128⚠️ +20⚠️ +6960------⚠️ +6160
ESP32/examples/Camera/CameraWebServer (3)----⚠️ +1112⚠️ +4----------
libraries/ESP32/examples/DeepSleep/ExternalWakeUp----⚠️ +200⚠️ +200------00
libraries/BluetoothSerial/examples/DiscoverConnect--------------⚠️ +1720
libraries/BluetoothSerial/examples/GetLocalMAC--------------⚠️ +1720
libraries/BluetoothSerial/examples/SerialToSerialBT--------------⚠️ +1720
libraries/BluetoothSerial/examples/SerialToSerialBTM--------------⚠️ +1680
libraries/BluetoothSerial/examples/SerialToSerialBT_Legacy--------------⚠️ +1720
libraries/BluetoothSerial/examples/SerialToSerialBT_SSP--------------⚠️ +1680
libraries/BluetoothSerial/examples/bt_classic_device_discovery--------------⚠️ +1720
libraries/BluetoothSerial/examples/bt_remove_paired_devices--------------⚠️ +1720
libraries/ESP32/examples/DeepSleep/SmoothBlink_ULP_Code--------------00
libraries/Ethernet/examples/ETH_LAN8720--------------00
libraries/SimpleBLE/examples/SimpleBleDevice--------------⚠️ +1720

@me-no-dev me-no-dev added Status: Pending Merge Pull Request is ready to be merged and removed Status: Review needed Issue or PR is awaiting review Status: Blocked upstream 🛑 PR is waiting on upstream changes to be merged first labels Nov 19, 2025
@me-no-dev me-no-dev merged commit 071e974 into master Nov 19, 2025
101 checks passed
@me-no-dev me-no-dev deleted the feature/chip_variant branch November 19, 2025 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Status: Pending Merge Pull Request is ready to be merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants